home *** CD-ROM | disk | FTP | other *** search
- object TPersHolder
- P.Name = 'Rapid-Q'
- P.Extensions.Strings = (
- 'RapidQ Files (*.rqb)|*.rqb')
- P.SyntaxBlocks = <
- item
- Name = 'Default'
- ID = 0
- FIText = 0
- FIIntNum = 1
- FIFloatNum = 2
- FIHexNum = 3
- FIDirective = 4
- FISymbol = 9
- UseSymbols = True
- UseLineDirectives = True
- UseComments = True
- UseSingleLineComments = True
- UseStrings = True
- UseSingleLineStrings = True
- UseNumbers = True
- UseIdentifiers = True
- UseSuffixedIdentifiers = True
- UseKeywords = True
- BlockDelimiters = <>
- LineDirectivePrefix = '#'
- SingleLineCommentDelimiters = <
- item
- FontID = 5
- LeftDelimiter = #39
- end
- item
- FontID = 6
- LeftDelimiter = 'rem'
- end>
- SingleLineStringDelimiters = <
- item
- FontID = 7
- LeftDelimiter = '"'
- RightDelimiter = '"'
- end>
- IdentSuffixes = <
- item
- LeftDelimiter = '$'
- end>
- KeywordSets = <
- item
- FontID = 10
- Name = 'console'
- Keywords =
- 'CLS,COLOR,CSRLIN,INKEY$,INPUT,LCASE$,LOCATE,PCOPY,PEEK,POKE,POS(' +
- '0),PRINT,SLEEP'
- end
- item
- FontID = 8
- Name = 'operators'
- Keywords = 'INV,MOD,NOT,OR,SHL,SHR,XOR'
- end
- item
- FontID = 11
- Name = 'reserved'
- Keywords =
- 'ABS,ACOS,ALIAS,AND,APPLICATION,APPTYPE,AS,ASC,ASIN,ATN,BIN$,BIND' +
- ',BYREF,BYTE,BYVAL,CALL,CALLFUNC,CASE,CINT,CLNG,COMMAND$,COMMANDC' +
- 'OUNT,CONST,CONSTRUCTOR,CONVBASE$,COS,CREATE,CURDIR$,DATA,DATE$,D' +
- 'ECLARE,DEFINE,DELETE$,DIM,DIR$,DIREXISTS,DO,DOEVENTS,DOUBLE,ELSE' +
- ',ELSEIF,END,ENDIF,ENVIRON,ENVIRON$,ESCAPECHARS,EXP,EXTRACTRESOUR' +
- 'CE,FIELD$,FILEEXISTS,FIX,FOR,FORMAT$,FRAC,FUNCTION,FUNCTIONI,GOS' +
- 'UB,GOTO,HEX$,CHDIR,CHR$,IF,IFDEF,IFNDEF,IIF,INC,INCLUDE,INP,INSE' +
- 'RT$,INSTR,INT,INTEGER,ISCONSOLE,LBOUND,LEFT$,LEN,LFLUSH,LIB,LOG,' +
- 'LONG,LOOP,LPRINT,LTRIM$,MESSAGEDLG,MID$,MKDIR,MOUSEX,MOUSEY,NEXT' +
- ',OPTIMIZE,OPTION,OUT,PARAMSTR$,PARAMSTRCOUNT,PARAMVAL,PARAMVALCO' +
- 'UNT,PLAYWAV,POSTMESSAGE,QUICKSORT,RANDOMIZE,READ,REDIM,RENAME,RE' +
- 'PLACE$,REPLACESUBSTR$,RESOURCE,RESOURCECOUNT,RESTORE,RETURN,REVE' +
- 'RSE$,RGB,RIGHT$,RINSTR,RMDIR,RND,ROUND,RTRIM$,RUN,SCREEN,SELECT,' +
- 'SENDMESSAGE,SGN,SHELL,SHORT,SHOWMESSAGE,SIN,SINGLE,SPACE$,SQR,ST' +
- 'ACK,STEP,STR$,STRF$,STRING,STRING$,STRUCT,SUB,SUBI,SWAP,TALLY,TA' +
- 'N,THEN,TIME$,TIMER,TO,TYPE,TYPECHECK,UBOUND,UCASE$,UNDEF,UNTIL,V' +
- 'AL,VARPTR,VARPTR$,WEND,WHILE,WITH,WORD'
- end
- item
- FontID = 13
- Name = 'components'
- Keywords =
- 'CLIPBOARD,PRINTER,QBITMAP,QBUTTON,QCANVAS,QCOMBOBOX,QCOMPORT,QCO' +
- 'OLBTN,QDIRTREE,QEDIT,QFILELISTBOX,QFILESTREAM,QFONT,QFONTDIALOG,' +
- 'QFORM,QGAUGE,QGLASSFRAME,QGROUPBOX,QHEADER,QCHECKBOX,QIMAGE,QIMA' +
- 'GELIST,QLABEL,QLISTBOX,QLISTVIEW,QMAINMENU,QMEMORYSTREAM,QMENUIT' +
- 'EM,QMYSQL,QNOTIFYICONDATA,QOPENDIALOG,QOUTLINE,QOVALBTN,QPANEL,Q' +
- 'POPUPMENU,QRADIOBUTTON,QRECT,QREGISTRY,QRICHEDIT,QSAVEDIALOG,QSC' +
- 'ROLLBAR,QSCROLLBOX,QSOCKET,QSPLITTER,QSTATUSBAR,QSTRINGGRID,QSTR' +
- 'INGLIST,QTABCONTROL,QTIMER,QTRACKBAR'
- end>
- end>
- P.FontTable = <
- item
- FontID = 0
- GlobalAttrID = 'Whitespace'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- end
- item
- FontID = 1
- GlobalAttrID = 'Integer'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clTeal
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- end
- item
- FontID = 2
- GlobalAttrID = 'Float'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clTeal
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- end
- item
- FontID = 3
- GlobalAttrID = 'Integer'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clTeal
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- end
- item
- FontID = 4
- GlobalAttrID = 'Defines'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- end
- item
- FontID = 5
- GlobalAttrID = 'Comment'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clGreen
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = [fsItalic]
- end
- item
- FontID = 6
- GlobalAttrID = 'Comment'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clGreen
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = [fsItalic]
- end
- item
- FontID = 7
- GlobalAttrID = 'String'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clMaroon
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = [fsBold]
- end
- item
- FontID = 9
- GlobalAttrID = 'Delimiters'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clGray
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- end
- item
- FontID = 10
- GlobalAttrID = 'Identifier'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clPurple
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- end
- item
- FontID = 8
- GlobalAttrID = 'Delimiters'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clGray
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- end
- item
- FontID = 11
- GlobalAttrID = 'Reserved words'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlue
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- end
- item
- FontID = 13
- GlobalAttrID = 'Reserved words'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlue
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- end>
- P.SyntaxVersion = 3
- end
-
-
-